home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / hyperwai.sea / Release Notes / Release Notes 10 Jan 1993 < prev    next >
Text File  |  1993-01-07  |  5KB  |  130 lines

  1. Release Notes 10 January 1993
  2. ----------------------------
  3.  
  4. Version 1.6
  5.  
  6. HyperWais Stack
  7. ---------------
  8.  
  9. - The document type is now sent when adding to 
  10. relevance feedback. This was done to support the FTP
  11. extensions in the WAIS server implemented by UNC.
  12.  
  13. - Added support for MBIN (MacBinary type documents),
  14. the stack will prompt the user for a name to save under
  15. and will then proceed to unbinify the document. The document
  16. will be saved whether the user selects "view" or "save" from
  17. the document menu. Currently there are no sources that I
  18. know of which will provide documents in MacBinary 
  19. format, but this would be useful to someone who wanted to
  20. provide an archive of Mac applications for people to search
  21. and download applications from.
  22.  
  23. - Added support to allow users to define which applications
  24. they want to launch when retrieving a particular document type.
  25. This is done through the "Edit Applications" card, the user needs to 
  26. fill in the wais document type, the file type (a default of '????"
  27. is used if no file type is specified), an application (which 
  28. is selected by using either the "select application" button or 
  29. clinking in the application field) and clicking on the MacBinary
  30. box to indicate whether the user wants to convert the document
  31. from a macbinary format (as far as I know only one wais server
  32. serves documents in a macbinary format, that being the sample
  33. -pictures server). When the user has finished entering the
  34. information, "save" can be pressed to add the entry to the table. 
  35. If the document type is already handled by the stack (such as
  36. TEXT, WSRC, WCAT and PICT),v the user will be asked whether they 
  37. want to override the built-in handler or use the selected application. 
  38. If the user chooses to override the built in handler, then the
  39. application will be used to view a document and the file type 
  40. will be used when saving a document. The handler which uses an 
  41. external application to view the document will prompt the user 
  42. for a file name for saving the document before displaying it. 
  43. This facility allows the user to choose which applications to 
  44. use to display documents and also allows the internal handlers 
  45. to be over-ridden. This allows HyperWais to retrieve and display
  46. any document type provided there is an application to view it
  47. with. Currently the format of the table is not really very pretty 
  48. and could be cleaned up considerably.
  49.  
  50. A couple of things I should mention here, some applications do 
  51. not like to be opened with a document when they are already 
  52. open (they beep at you) while other are better behaved and will
  53. allow that. I have found that GIFConverter does not behave well
  54. whereas JPEGView does, but I may well have an older view of 
  55. GIFConverter. You will have to experiment for yourselves here
  56. with your favorite applications.
  57.  
  58. - Added support for easier selection of sources  when adding
  59. them to the source list. A dialog box will appear listing all the
  60. sources in the wais-sources folder. This dialog box  allows
  61. the user to select any number of sources using the shift-key
  62. to select ranges or the option key to select any source and 
  63. then pressing the "Add" button to add all the selected 
  64. sources to the source list.  Note that the wais source files 
  65. have to be of type TEXT or WSRC.
  66.  
  67. - Fixed a number of bugs in the background script which 
  68. handles adding of sources to the source list.
  69.  
  70.  
  71. XFCNs
  72. -----
  73.  
  74. - The document type is now sent when adding to 
  75. relevance feedback. This was done to support the FTP
  76. extensions in the WAIS server implemented by UNC.
  77.  
  78. - Added an XFCN (HCConvertFile) which will convert 
  79. a text file from unix/dos format to mac format. Only 
  80. the data fork of the file is converted.
  81. The syntax for this XFCN is:
  82.  
  83.     put HCConvertFile(fileName) into error
  84.  
  85. fileName can be gotten using "answer file".
  86.  
  87. - Converted all XCMD projects to use 4 byte integers.
  88.  
  89.  
  90. Wais Caller routines
  91. ------------------
  92.  
  93. - The document type is now sent when adding to 
  94. relevance feedback. This was done to support the FTP
  95. extensions in the WAIS server implemented by UNC.
  96.  
  97. - Converted all projects to use 4 byte integers.
  98.  
  99.  
  100. Wais Listener and C Libraries
  101. --------------------------
  102.  
  103. - The document type is now sent when adding to 
  104. relevance feedback. This was done to support the FTP
  105. extensions in the WAIS server implemented by UNC.
  106. If not document type is specified, the Listener takes th e
  107. default document from the document type list for that 
  108. document.
  109.  
  110. - Fixed a bug which did not truncate a file when it was 
  111. opened for over-writting, this resulted in garbled files 
  112. when saving a document to a file which already existed, 
  113. contained stuff in it and was longer than the document saved.
  114.  
  115. - Fixed a bug which did not append a carriage return at the 
  116. end of the first document type when multiple document types
  117. were returned, this caused the first and second document 
  118. types to be merged into one string of characters.
  119.  
  120. - Fixed a bug in the memory management routines which caused the
  121. Wais Listener to quit with a bus error on a Quadra 950 running 7.0.1.
  122. The bug was caused by disposing a invalid handle.
  123.  
  124. - Converted all projects to use 4 byte integers.
  125.  
  126. - The log file is not not created for the "Wais Listener". The 
  127. "Wais Listener.debug" now list all debug information in the
  128. window.
  129.  
  130.